Clinical AI Kit home Documentation hub / Development Workflow

Development Workflow

flowchart TD
    START["SessionStart: recover state + inject memory"]
    AUDIT{"PreToolUse: harness valid?"}
    WORK["Inspect / edit / test"]
    SUB["SubagentStart / SubagentStop: ownership + handoff"]
    GATE["Pre-commit gate"]
    STOP["Stop: checkpoint turn"]
    SYNC["sync_wiki + incremental sync_harness"]
    END["SessionEnd: mark state ended"]

    START --> AUDIT
    AUDIT -->|pass| WORK
    AUDIT -->|fail| WORK
    WORK -. delegate .-> SUB -. return .-> WORK
    WORK --> GATE --> STOP --> SYNC
    SYNC --> END

Key facts:

Related: Claude Harness · Testing and Eval